/* ================================
    CSS STYLES FOR ArianaPortal
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-size: 9pt;
	color: #000000;
	font-family: tahoma;
}
.normalBold
{
	color:#000000;	
	font-size:8pt;
	font-weight:normal ;
}

/* background color for the content part of the pages */
Body
{
 margin:0px 0px 0px 0px;
 direction:rtl;
 font-family:Tahoma;
 font-size:8pt;	
}
td{ font-family:tahoma; font-size:8pt; }
.LeftPane {
color:#000000;
}

.ContentPane {
color:Black;
}

.RightPane 
{
 color:#000000;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: tahoma;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    line-height:150%;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}
.SelectedTab1 {
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}
/* hyperlink style for the selected tab */

A.SelectedTab:link 
{
	font-family:Tahoma;
    text-decoration:    none;
    color: #000000;
    text-decoration: none;
}

A.SelectedTab:visited  
{
	font-family:Tahoma;
    text-decoration:    none;
    color: #000000;
    text-decoration: none;
}

A.SelectedTab:active   
{
	font-family:Tahoma;
    text-decoration:    none;
    color: #000000;
    text-decoration: none;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #000000;
    
}

.SubHead    {

    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: #000000;
}

A:link  
{
    color: #0F71B9;
    text-decoration: none;

}

A:Hover  {
    color: #000000;
    text-decoration: none;
}

A:visited  {
    color: #333399;
    text-decoration: none;

}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
	font-family:Tahoma;
    color: #000000;
    text-decoration: none;
}

A.CommandButton:visited  {
    color: #000000;
    text-decoration: none;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 8pt;
    color:#000000;
    font-family: tahoma;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#000000;
}

.Footer
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.Footer:link,A.Footer:visited,A.Footer:active
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}
A.Footer:hover    {
    text-decoration:    underline;
    color:#000000;
}
/* Main Menu */
/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #074787 0px solid; 
	border-left: #074787 0px solid; 
	border-top: #074787 0px solid; 
	border-right: #074787 0px solid;  
	background-color:Transparent;
	width:174;
}

.MainMenu_MenuBar {
	cursor: hand; 
	padding:3px 3px 3px 3px;
	width:1003;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: black; 
	font-family: tahoma; 
	font-size: 8pt; 
	font-weight: normal; 
	border-left: #074787 1px solid; 
	border-bottom: #074787 1px solid; 
	border-top: #074787 1px solid; 
	border-right:#074787 1px solid;
	width:140;
	padding:3px 3px 3px 3px;
}
.MainMenu_MenuItemSel 
{
	padding:3px 3px 3px 3px;
	background-color:#83a1c5; 
	cursor: hand; 
	color: #000000; 
	font-family: tahoma; 
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration:none;
	width:140;
	border-left: #83a1c5 1px solid; 
	border-bottom: #83a1c5 1px solid; 
	border-top: #83a1c5 1px solid; 
	border-right:#83a1c5 1px solid;
}


.MainMenu_MenuIcon 
{
	display:none ;
	cursor: hand; 
	background-color: #074787;
	border-left: #074787 0px solid; 
	border-right: #074787 0px solid; 
	border-bottom: #074787 0px solid; 
	border-top: #074787 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
	direction:rtl;
}

.MainMenu_SubMenu
{
	padding:3px 3px 3px 3px;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	border-top: #074787 1px none;
	border-left: #074787 1px solid;
	border-right: #074787 1px solid;
	border-bottom: #074787 1px solid;
	background-color:#074787;
	width:160px;
	color: #000000;
	font-family: tahoma; 
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration:none;
}

.MainMenu_MenuBreak 
{
	
	border-bottom: #074787 0px solid; 
	border-left: #074787 0px solid; 
	border-top: #074787 0px solid;  
	border-right: #074787 0px solid; 
	height: 0px;
}


.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 2pt; 
	color: #ffffff; 
	cursor: hand; 
	border-right: #074787 0px solid; 
	border-bottom: #074787 0px solid; 
	border-top: #074787 0px solid;
	border-left: #074787 0px solid;
}

.MainMenu_RootMenuArrow 
{
	color: #ffffff; 
	border-right: #074787 0px solid; 
	border-bottom: #074787 0px solid; 
	border-top: #074787 0px solid;
	border-left: #074787 0px solid;
	width:3px;
}
.UserLink
{
	color:#000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
A.UserLink:link,A.UserLink:visited,A.UserLink:hover,A.UserLink:active
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}
.WhiteTitle
{
	font-family:tahoma;
	font-size:8pt;
	color:#3CA1E9;
}
TR.DataGrid_HeaderStyle A
{
	text-decoration:	none;
	color:	#000000;
}

TR.DataGrid_HeaderStyle A:visited
{
	text-decoration:	none;
	color:#000000;
}

TR.DataGrid_HeaderStyle A:hover
{
	text-decoration:	none;
	color:	#000000;
}
TR.DataGrid_HeaderStyle
{
	color: #000000;
	background-color: #CFdfB2; 
	font-family: Verdana;
	font-weight: normal;
}
